How to Install conv-tools software package in Debian 9 (Stretch)

How to Install conv-tools software package in Debian 9 (Stretch)

conv-tools software package provides convert 8 bit character encoding in file names and text content to UTF-8, you can install in your Debian 9 (Stretch) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install conv-tools 

conv-tools is installed in your system.

Make ensure the conv-tools package were installed using the commands given below,

$ sudo dpkg-query -l | grep conv-tools *

You will get with conv-tools package name, version, architecture and description in a table

conv-tools package basic information:

Distro Debian 9 stretch
Section Utilities
Package conv-tools
Version 20160905-1
Description convert 8 bit character encoding in file names and text content to UTF-8
Sub Section Utils


See Also, How to uninstall or remove conv-tools software package from Debian 9 (Stretch)?